3.2520 \(\int x^{-1-5 n} \left (a+b x^n\right ) \, dx\)

Optimal. Leaf size=27 \[ -\frac{a x^{-5 n}}{5 n}-\frac{b x^{-4 n}}{4 n} \]

[Out]

-a/(5*n*x^(5*n)) - b/(4*n*x^(4*n))

_______________________________________________________________________________________

Rubi [A]  time = 0.0222001, antiderivative size = 27, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 1, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.067 \[ -\frac{a x^{-5 n}}{5 n}-\frac{b x^{-4 n}}{4 n} \]

Antiderivative was successfully verified.

[In]  Int[x^(-1 - 5*n)*(a + b*x^n),x]

[Out]

-a/(5*n*x^(5*n)) - b/(4*n*x^(4*n))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 4.08659, size = 20, normalized size = 0.74 \[ - \frac{a x^{- 5 n}}{5 n} - \frac{b x^{- 4 n}}{4 n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate(x**(-1-5*n)*(a+b*x**n),x)

[Out]

-a*x**(-5*n)/(5*n) - b*x**(-4*n)/(4*n)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0118371, size = 22, normalized size = 0.81 \[ -\frac{x^{-5 n} \left (4 a+5 b x^n\right )}{20 n} \]

Antiderivative was successfully verified.

[In]  Integrate[x^(-1 - 5*n)*(a + b*x^n),x]

[Out]

-(4*a + 5*b*x^n)/(20*n*x^(5*n))

_______________________________________________________________________________________

Maple [A]  time = 0.028, size = 27, normalized size = 1. \[{\frac{1}{ \left ({{\rm e}^{n\ln \left ( x \right ) }} \right ) ^{5}} \left ( -{\frac{a}{5\,n}}-{\frac{b{{\rm e}^{n\ln \left ( x \right ) }}}{4\,n}} \right ) } \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int(x^(-1-5*n)*(a+b*x^n),x)

[Out]

(-1/5*a/n-1/4*b/n*exp(n*ln(x)))/exp(n*ln(x))^5

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \text{Exception raised: ValueError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n + a)*x^(-5*n - 1),x, algorithm="maxima")

[Out]

Exception raised: ValueError

_______________________________________________________________________________________

Fricas [A]  time = 0.223685, size = 30, normalized size = 1.11 \[ -\frac{5 \, b x^{n} + 4 \, a}{20 \, n x^{5 \, n}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n + a)*x^(-5*n - 1),x, algorithm="fricas")

[Out]

-1/20*(5*b*x^n + 4*a)/(n*x^(5*n))

_______________________________________________________________________________________

Sympy [A]  time = 15.7871, size = 27, normalized size = 1. \[ \begin{cases} - \frac{a x^{- 5 n}}{5 n} - \frac{b x^{- 4 n}}{4 n} & \text{for}\: n \neq 0 \\\left (a + b\right ) \log{\left (x \right )} & \text{otherwise} \end{cases} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate(x**(-1-5*n)*(a+b*x**n),x)

[Out]

Piecewise((-a*x**(-5*n)/(5*n) - b*x**(-4*n)/(4*n), Ne(n, 0)), ((a + b)*log(x), T
rue))

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.213549, size = 31, normalized size = 1.15 \[ -\frac{{\left (5 \, b e^{\left (n{\rm ln}\left (x\right )\right )} + 4 \, a\right )} e^{\left (-5 \, n{\rm ln}\left (x\right )\right )}}{20 \, n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((b*x^n + a)*x^(-5*n - 1),x, algorithm="giac")

[Out]

-1/20*(5*b*e^(n*ln(x)) + 4*a)*e^(-5*n*ln(x))/n